home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Jun 90 / MacApp.Tech$ 6⁄29⁄90 / 1506-Re Background Printi-Jun90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.2 KB  |  39 lines  |  [TEXT/GEOL]

  1. Item    8305882                         28-June-90        07:53PDT
  2.  
  3. From:   CDA0004                         VAR Shana Corp, Don Murphy,IVR
  4.  
  5. To:     AU0008                          Austria - Kopfwerk,IDV
  6.         MACAPP.TECH$                    MacApp Technical
  7.  
  8. Sub:    Re> Background Printing
  9.  
  10. Attn: Tommi Gessl
  11. Attn: MacApp.Tech$
  12. SentBy: Wayne Malkin
  13. Date   6/27/90
  14. Subject    Re> Background Printing
  15. From   Wayne Malkin
  16. To Tommi Gessl
  17.    MacApp.Tech$
  18.  
  19.  Memo         Subject:Re> Background Printing
  20.  
  21. We have experienced many differences between background and direct printing.
  22. Not with a MacApp application, but this may apply anyway.
  23.  
  24. One of the toughest is the way SetOrigin calls are handled. With direct
  25. printing, the SetOrigin call gets sent to the printer as a PostScript
  26. "translate". With background printing, Backgrounder saves the SetOrigin call,
  27. and translates everything itself when replaying the spool file.
  28.  
  29. Normally this works (ie. regular QuickDraw calls all work ok). If you mess
  30. around with the printer's resolution, or do some PostScript drawing with
  31. absolute coordinates, things get shifted all over the place, or don't print at
  32. all.
  33.  
  34. I have no idea how this might affect MacApp.
  35.  
  36. -- Wayne Malkin
  37.  
  38.  
  39.